Scope

data class Scope(type: String, _object: RemoteObject, name: String?, startLocation: Location?, endLocation: Location?)

Scope description.

Constructors

Scope
Link copied to clipboard
fun Scope(type: String, _object: RemoteObject, name: String? = null, startLocation: Location? = null, endLocation: Location? = null)

Properties

_object
Link copied to clipboard
val _object: RemoteObject
Object representing the scope.
endLocation
Link copied to clipboard
val endLocation: Location? = null
Location in the source code where scope ends
name
Link copied to clipboard
val name: String? = null
startLocation
Link copied to clipboard
val startLocation: Location? = null
Location in the source code where scope starts
type
Link copied to clipboard
val type: String
Scope type.

Sources

jvm source
Link copied to clipboard